home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSUPPORTDLG / TSUPPORTDLG.txt
Text File  |  2005-06-02  |  4KB  |  158 lines

  1. object SupportDlg: TSupportDlg
  2.   Left = 320
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'Support'
  6.   ClientHeight = 286
  7.   ClientWidth = 439
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LogoPanel: TPanel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 89
  23.     Height = 265
  24.     BorderStyle = bsSingle
  25.     TabOrder = 0
  26.     inline LogoFrame1: TLogoFrame
  27.       Left = 0
  28.       Top = 0
  29.       Width = 155
  30.       Height = 309
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object CloseBtn: TButton
  35.     Left = 352
  36.     Top = 256
  37.     Width = 73
  38.     Height = 23
  39.     Cancel = True
  40.     Caption = 'Fermer'
  41.     Default = True
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object PageControl: TPageControl
  46.     Left = 108
  47.     Top = 8
  48.     Width = 329
  49.     Height = 247
  50.     ActivePage = tsIntro
  51.     Style = tsButtons
  52.     TabOrder = 2
  53.     object tsIntro: TTabSheet
  54.       BorderWidth = 8
  55.       TabVisible = False
  56.       object OvcURL1: TOvcURL
  57.         Left = 0
  58.         Top = 22
  59.         Width = 305
  60.         Height = 13
  61.         Caption = 'www.scootersoftware.com/v2support'
  62.         URL = 'http://www.scootersoftware.com/v2support.html'
  63.         Align = alTop
  64.         Font.Charset = DEFAULT_CHARSET
  65.         Font.Color = clBlue
  66.         Font.Height = -11
  67.         Font.Name = 'Tahoma'
  68.         Font.Style = [fsUnderline]
  69.         ParentFont = False
  70.       end
  71.       object Label1: TLabel
  72.         Left = 0
  73.         Top = 0
  74.         Width = 305
  75.         Height = 13
  76.         Align = alTop
  77.         Caption = 
  78.           'Pour le support technique en ligne, veuillez visiter notre site ' +
  79.           'Web '#224' :'
  80.         WordWrap = True
  81.       end
  82.       object Label2: TLabel
  83.         Left = 0
  84.         Top = 49
  85.         Width = 305
  86.         Height = 52
  87.         Align = alTop
  88.         Caption = 
  89.           'Cliquer sur "Exporter" afin de sauver vos r'#233'glages Beyond Compar' +
  90.           'e dans un fichier zip appropri'#233' pour de nous l'#39'envoyer, ensuite ' +
  91.           'envoyez-le nous via email.  Cela nous aidera '#224' recr'#233'er et d'#233'tect' +
  92.           'er un probl'#232'me.  Vos mots de passe ne seront pas inclus.'
  93.         WordWrap = True
  94.       end
  95.       object Bevel1: TBevel
  96.         Left = 0
  97.         Top = 13
  98.         Width = 305
  99.         Height = 9
  100.         Align = alTop
  101.         Shape = bsSpacer
  102.       end
  103.       object Bevel2: TBevel
  104.         Left = 0
  105.         Top = 35
  106.         Width = 305
  107.         Height = 14
  108.         Align = alTop
  109.         Shape = bsSpacer
  110.       end
  111.       object Label6: TLabel
  112.         Left = 0
  113.         Top = 145
  114.         Width = 305
  115.         Height = 26
  116.         Align = alTop
  117.         Caption = 
  118.           'Cette information sera gard'#233'e confidentielle et sera uniquement ' +
  119.           'utilis'#233'e pour reproduire le probl'#232'me que vous avez eu.'
  120.         WordWrap = True
  121.       end
  122.       object Panel1: TPanel
  123.         Left = 0
  124.         Top = 101
  125.         Width = 305
  126.         Height = 44
  127.         Align = alTop
  128.         BevelOuter = bvNone
  129.         TabOrder = 0
  130.         object OvcURL2: TOvcURL
  131.           Left = 128
  132.           Top = 16
  133.           Width = 144
  134.           Height = 13
  135.           Hint = 'mailto:support@scootersoftware.com'
  136.           Caption = 'support@scootersoftware.com'
  137.           URL = 'mailto:support@scootersoftware.com'
  138.           Font.Charset = DEFAULT_CHARSET
  139.           Font.Color = clBlue
  140.           Font.Height = -11
  141.           Font.Name = 'MS Sans Serif'
  142.           Font.Style = [fsUnderline]
  143.           ParentFont = False
  144.         end
  145.         object ExportBtn: TButton
  146.           Left = 0
  147.           Top = 8
  148.           Width = 105
  149.           Height = 23
  150.           Caption = 'Exporter'
  151.           TabOrder = 0
  152.           OnClick = ExportBtnClick
  153.         end
  154.       end
  155.     end
  156.   end
  157. end
  158.